home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5944 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.2 KB  |  33 lines

  1. Path: sun001.spd.dsccc.com!spd!jmccarty
  2. From: jmccarty@spd.dsccc.com (Mike McCarty)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Free MSDOS C compiler???
  5. Date: 20 Feb 1996 20:31:42 GMT
  6. Organization: DSC Communications Corporation, Plano, Texas USA
  7. Message-ID: <4gdb3e$l18@sun001.spd.dsccc.com>
  8. References: <312919a0.745812@news.hooked.net>
  9. NNTP-Posting-Host: aplo139.spd.dsccc.com
  10.  
  11. In article <312919a0.745812@news.hooked.net>, Gabe <sonik@hooked.net> wrote:
  12. )Hey guys,
  13. )
  14. )Where can I find a free DOS C compiler? ANSI C 'course...
  15. )
  16. )I have djgpp but i think it is buggy, because when i compile a simple
  17. )algebra program in djgpp, some of the variables magically change their
  18. )values in the middle of the program. And it's not the coding at fault,
  19. )it works on the SunOS machine my ISP uses. Interesting. So any free C
  20. )compilers out there for DOS? Thanks!!
  21.  
  22. May I respectfully point out that it is -much- more likely that your
  23. program has a defect, than that you have discovered a defect in DJGPP? 
  24.  
  25. If your variables are "magically" changing values, then you probably
  26. have a wild pointer.
  27.  
  28. Mike
  29. ----
  30. char *p="char *p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
  31.  
  32. I don't speak for DSC.         <- They make me say that.
  33.